home *** CD-ROM | disk | FTP | other *** search
- object FormTeeWall: TFormTeeWall
- Left = 200
- Top = 102
- ActiveControl = CBView3dWalls
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 207
- ClientWidth = 316
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object CBView3dWalls: TCheckBox
- Left = 12
- Top = 9
- Width = 89
- Height = 17
- HelpContext = 676
- Caption = '&Visible Walls'
- TabOrder = 0
- OnClick = CBView3dWallsClick
- end
- object TabSubWalls: TTabControl
- Left = 72
- Top = 32
- Width = 233
- Height = 169
- TabIndex = 0
- TabOrder = 1
- Tabs.Strings = (
- 'Left Wall'
- 'Bottom Wall'
- 'Back Wall')
- OnChange = TabSubWallsChange
- object L33: TLabel
- Left = 29
- Top = 134
- Width = 31
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Siz&e:'
- FocusControl = SEWallSize
- end
- object SHWallColor: TShape
- Left = 122
- Top = 32
- Width = 33
- Height = 25
- OnMouseUp = SHWallColorMouseUp
- end
- object BWallColor: TButton
- Left = 22
- Top = 32
- Width = 87
- Height = 25
- HelpContext = 162
- Caption = '&Background...'
- TabOrder = 0
- OnClick = BWallColorClick
- end
- object BWallPen: TButton
- Left = 22
- Top = 64
- Width = 87
- Height = 25
- HelpContext = 377
- Caption = 'B&order...'
- TabOrder = 1
- OnClick = BWallPenClick
- end
- object BWallBrush: TButton
- Left = 22
- Top = 96
- Width = 87
- Height = 25
- HelpContext = 116
- Caption = '&Pattern...'
- TabOrder = 2
- OnClick = BWallBrushClick
- end
- object SEWallSize: TEdit
- Left = 65
- Top = 130
- Width = 29
- Height = 21
- HelpContext = 115
- TabOrder = 3
- Text = '0'
- OnChange = SEWallSizeChange
- end
- object CBWallTransp: TCheckBox
- Left = 123
- Top = 98
- Width = 105
- Height = 17
- HelpContext = 779
- Caption = '&Transparent'
- TabOrder = 4
- OnClick = CBWallTranspClick
- end
- object UDWallSize: TUpDown
- Left = 94
- Top = 130
- Width = 15
- Height = 21
- Associate = SEWallSize
- Min = 0
- Position = 0
- TabOrder = 5
- Wrap = False
- end
- object CBDark3D: TCheckBox
- Left = 123
- Top = 132
- Width = 97
- Height = 17
- HelpContext = 176
- Caption = '&Dark 3D'
- TabOrder = 6
- OnClick = CBDark3DClick
- end
- end
- end
-